Provides basic logic to handle item selection using different selection modes.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public class C1SelectionManager<T>
Visual Basic
Public Class C1SelectionManager(Of T)

Type Parameters

T
The type of the items the C1SelectionManager will handle.

Inheritance Hierarchy

System..::..Object
  C1.Silverlight..::..C1SelectionManager<(Of <(<'T>)>)>

See Also